projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ae9c96
)
(syms_of_fns): Add `emacs' to features.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 7 Aug 2005 17:36:12 +0000
(17:36 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 7 Aug 2005 17:36:12 +0000
(17:36 +0000)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index 60a98fd5709cc3782b187039d6aa3168342b0a68..1e26ec9a392c89f80be5b1a417344a6700ddb12d 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-5833,7
+5833,7
@@
syms_of_fns ()
DEFVAR_LISP ("features", &Vfeatures,
doc: /* A list of symbols which are the features of the executing emacs.
Used by `featurep' and `require', and altered by `provide'. */);
- Vfeatures =
Qnil
;
+ Vfeatures =
Fcons (intern ("emacs"), Qnil)
;
Qsubfeatures = intern ("subfeatures");
staticpro (&Qsubfeatures);